水無瀬の部屋 > Programming > sample > sendsend > pathlist.h |
---|
1: //*********************************************************
2: // プロジェクト: send to 'SendTo'
3: // ファイル名: pathlist.h
4: //*********************************************************
5: #ifndef PATHLIST_HEAD_INCLUDED
6: #define PATHLIST_HEAD_INCLUDED
7:
8:
9: //*********************************************************
10: // ヘッダ の インクルード
11: //*********************************************************
12: #ifndef TOOLS_HEAD_INCLUDED // 冗長ガード
13: #include <tools.h>
14: #ifndef TOOLS_HEAD_INCLUDED // ガード名の検査
15: #error "? TOOLS_HEAD_INCLUDED"
16: #endif // #ifndef TOOLS_HEAD_INCLUDED
17: #endif // #ifndef TOOLS_HEAD_INCLUDED
18:
19:
20: //*********************************************************
21: // 関数 の 宣言
22: //*********************************************************
23: #ifdef __cplusplus
24: extern "C" {
25: #endif
26:
27:
28: // pathlist.cpp
29: bool PathList_AddSpecialFolderPath( ptrlist_t *handle, DWORD flags );
30: int PathList_AddDirectoryPath( ptrlist_t *handle, const char *path );
31: bool PathList_OpenFolder( ptrlist_t *folder );
32: bool DestroyPathList( ptrlist_t *handle );
33:
34:
35: #ifdef __cplusplus
36: } // extern "C"
37: #endif
38:
39:
40: #endif // #ifndef PATHLIST_HEAD_INCLUDED
41:
42:
43: //** end **
44:
参照:
cmdline.cpp, pathlist.cpp, sendsend.cpp
水無瀬の部屋 > sample > sendsend > pathlist.h |
---|
このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/sendsend/pathlist_h.shtml
>> Amazon.co.jp 『たまゆら童子』 へ
>> 楽天ブックス 『たまゆら童子』 へ